type crypto/tls.echClientContext

6 uses

	crypto/tls (current package)
		ech.go#L427: func computeAndUpdateOuterECHExtension(outer, inner *clientHelloMsg, ech *echClientContext, useKey bool) error {
		handshake_client.go#L47: func (c *Conn) makeClientHello() (*clientHelloMsg, *keySharePrivateKeys, *echClientContext, error) {
		handshake_client.go#L209: 	var ech *echClientContext
		handshake_client.go#L225: 		ech = &echClientContext{config: echConfig}
		handshake_client.go#L254: type echClientContext struct {
		handshake_client_tls13.go#L42: 	echContext *echClientContext